ComponentOne ASP.NET MVC Controls
Mask Method (ColumnBaseBuilder<TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > ColumnBaseBuilder<TControl,TBuilder> Class : Mask Method
The value.
Configurates C1.Web.Mvc.ColumnBase.Mask. Sets a mask to be used while editing values in this column.
Syntax
'Declaration
 
Public Function Mask( _
   ByVal value As String _
) As TBuilder
public TBuilder Mask( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
The mask format is the same used by the InputMask control. If specified, the mask should be compatible with the value of the format property. For example, the mask '99/99/9999' can be used for entering dates formatted as 'MM/dd/yyyy'.
See Also

Reference

ColumnBaseBuilder<TControl,TBuilder> Class
ColumnBaseBuilder<TControl,TBuilder> Members